home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00201.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  372 b   |  22 lines

  1. on sel12
  2.   global sel, t1, drums
  3.   set sel to 12
  4.   if drums = 0 then
  5.     puppetSound(1, 0)
  6.     puppetSound(1, 512)
  7.     set drums to 1
  8.   end if
  9.   if t1 = 2 then
  10.     puppetSound(4, 0)
  11.     puppetSound(3, 0)
  12.     puppetSound(4, 232)
  13.     set t1 to 3
  14.   else
  15.     puppetSound(4, 0)
  16.     puppetSound(4, 233)
  17.     puppetSound(3, 0)
  18.     puppetSound(3, 234)
  19.     set t1 to 2
  20.   end if
  21. end
  22.